DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DelegateList<T> Class / Item Property

In This Topic
    Item Property (C1DelegateList<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also